Skip to main content

서울에서 김서방 찾기

Solution

function solution(seoul) {
return `김서방은 ${seoul.indexOf("Kim")}에 있다`;
}

Review

.

References